﻿/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea { margin: 0; padding: 0; border: 0; }

html { color: #666; }
html, body { width: 100%;  }
body{ min-width:1230px;}
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 14px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none;}
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}

/*首页*/
.container { width:1230px;max-width: 1230px; margin: 0 auto; }

#header{width:100%;background:#ffffff;border-bottom:1px solid #dedede;position:fixed;top:0;left:0;z-index:999999;}
#header .logo { width: 40%;display: inline-block;margin-right:20px; overflow:hidden;}
#header .logo  a{display:block;}
#header .logo img { vertical-align: middle;max-width:100%;}

#header .top_code{display:none;float:right;width:120px;height:120px;margin-top:10px;margin-right:20px;}
#header .top_code img{max-width:100%;max-height:100%;}

.logo_desc{float:right;width:30%;margin-top:24px;text-align:right;}
.logo_desc div.tel{display:inline-block;font-size:18px;font-weight:bold;color:#125196;padding-left:30px;position:relative;height:30px;line-height:30px;}
.logo_desc div.tel:before{content:'';background:url(../images/top_tel.png) left center no-repeat;width:30px;height:30px;background-size:cover;position:absolute;top:50%;left:0;margin-top:-15px;}
.h_search{width:100%;padding:4px 0;}
.h_search .form1{max-width:1280px;margin:0 auto;line-height:59px;}
.h_search .form_text1 { float:left; width:75%; height:50px; line-height:28px; text-indent:10px; outline:none;background:#f1f1f1;margin:3px 0;font-size:14px;border-radius: 0 0 0 4px;}
.h_search .form_button1{float:left;width:25%; height:50px; background:#7a9bba; border:0; outline:none; color:#FFF; margin:3px 0;cursor:pointer;border-radius:0 0 4px 0;font-size:16px;}
.h_search .form_button1:hover{ background:#4d779e;}

/*导航*/
#nav { background-color:#ffffff; width:100%;position:fixed;top:131px;z-index:999999;box-shadow: 0px 3px 6px 0px rgba(127,127,127,0.20);}
#nav ul li { float: left; width:11%;margin:0 0.6%;}
#nav ul li a { color: #000;width:98%; padding: 0 1%; font-size: 15px; text-align: center; height:50px; line-height: 50px; padding-bottom:2px;display: inline-block; cursor: pointer;position: relative;overflow: visible;-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;}
#nav ul li a:after{content:'';display:block;width:0;margin:0 auto;height:2px;background:#4d779e;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#nav ul li a:hover {color:#4d779e;}
#nav ul li a:hover:after{width:50%;}	
#nav ul li a.active:after{width:50%;}
#nav .top{display:none;}
#nav .logo{display:none;}

.web_nav{display:none;width:90%; height: 50px;line-height:50px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;outline:none;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}

/*首页banner*/
#banner {width:100%;height:auto;position:relative;z-index:1;overflow:hidden;margin:182px auto 0px auto;}
#banner img {width:100%;}
#banner-inside {position:relative;width:100%;height:350px;overflow:hidden;margin:0px auto;}
#banner-inside img {position:absolute;left:50%;top:0px;margin-left:-1000px;}

/*首页第一块产品分类*/
.product {background:#fff;width:100%;padding:40px 0px;margin:0px auto;}
.product .bd {width:95%;max-width:1230px;height:370px;margin:0px auto;margin:40px auto 40px;overflow:hidden;}
.product .bd li {position:relative;display:block;float:left;width:22.5%;height:370px;background:#f1f1f1;background-size:100% 100%;background-position:left top;margin:0 15px 0 15px;overflow:hidden;}
.product .bd li>a{display:block;height:310px;margin:2%;background:#fff;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.product .bd li .img {max-width:100%;max-height:100%;width:100%;margin:0 auto 0px auto;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.product .bd li .name {position:absolute;left:0px;bottom:0px;width:100%;height:60px;overflow:hidden;background:#7a7b7b;color:#fff;text-align:center;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.product .bd li .name p a{width:100%;display:block; height:60px;line-height:60px;font-size:16px;font-weight:normal;text-transform:uppercase;color:#fff;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding:0 5px;}
.product .bd li .name span a{color:#fff;display:block;background:url(../images/product-line.png) no-repeat;background-position:center bottom;font-size:14px;font-weight:normal;text-align:center;padding:0 10px 12px;height:25px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.product .bd li:hover .img {margin-top:-20px;}
.product .bd li:hover .name {height:110px;background:#4d779e;}
.product .arrow {margin:0px auto;text-align:center;}
.product .arrow a {position:relative;display:inline-block;width:90px;height:28px;border:1px solid #ddd;border-radius:30px;margin:0px 10px;overflow:hidden;cursor:pointer;transition-duration:.5s;-ms-transition-duration:.5s;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;}
.product .arrow a:hover {background-color:#4d779e;border:1px solid #4d779e;}
.product .arrow a:hover img {margin-top:-28px;}

.h_tlt1{width:100%;text-align:center;position:relative;padding-bottom:10px;}
.h_tlt1:after{content:'';width:60px;height:2px;background:#7a9bba;position:absolute;bottom:0;left:50%;margin-left:-30px;}
.h_tlt1 .ht{font-size:24px;font-weight:bold;color:#333;text-align:center;display:inline-block;vertical-align:top;height:40px;line-height:40px;margin-right:5px;}

.sy_gg{width:100%;}
.sy_gg img{max-width:100%;height:auto;}

/*首页产品展示*/
.h_products{width:100%;background:#f5f5f5;}
.h_products_in{ width:90%;max-width:1230px;margin:0 auto;padding:10px 0 10px;}
.h_products .pro_bd{margin-top:40px;}
.h_products .pro_bd ul li{float:left;width: 22%;margin-right:3.5%;margin-bottom:30px;height:305px;}
.h_products .pro_bd ul li>div{display:block;background:#fff;padding-bottom:10px;position:relative;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products .pro_bd ul li:nth-child(4n) {margin-right: 0px;}
.h_products .pro_bd ul li a{display:block;}
.h_products .pro_bd ul li a .pro_img{text-align:center;width:100%;height:245px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.h_products .pro_bd ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_products .pro_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_products .pro_bd ul li a p{width:100%;height:50px;line-height:50px;font-size:15px;text-align:center;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_products .pro_bd ul li a p:after{content:'';display:block;width:30px;height:2px;margin:-5px auto 0;background:#4d779e;}
.h_products .pro_bd ul li:hover>div{margin-top: -5px;box-shadow: 0px 5px 10px 5px #e1dddd;}

.h_more{width:120px;margin:20px auto 30px;display:block;padding:0 20px;height:40px;line-height:40px;border:1px solid #4d779e;text-align:center;font-size:14px;color:#4d779e;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.h_more:hover{background:#4d779e;color:#fff;}

/*首页文章*/
.h_title { width:94%; height: 30px; overflow: hidden; line-height: 30px; margin: 15px 3% 15px;padding: 0 0 10px;border-bottom:1px solid #dedede;}
.h_title .title { float:left; height: 30px; line-height: 30px; color: #333; font-size: 20px;padding-left:20px;position:relative;width: 50%;}
.h_title .title:before{content:'';display:block;width:3px;height:18px;background:#333;position:absolute;top:50%;margin-top:-9px;left:0;}
.h_title .title a{color: #4d779e; font-size: 24px;}
.h_title .title img { display:block; width: 2px; height: 24px; float: left; margin: 3px 18px 3px 0; padding: 0;}
.h_title .title span { display:inline-block; color:#999; font-size: 14px; font-family: "Arial"; font-style: italic; margin: 0 0 0 14px;font-weight:normal;}
.h_title a { display:inline-block; float: right; color: #7a9bba; font-size: 14px; width:30%;text-align: right;}
.h_title a img { display:inline-block; vertical-align: middle; margin: -4px 0 0 4px;}

.h_article { width:100%; overflow: hidden; margin: 0 auto; padding: 30px 0 30px;background:#fff;}
.h_article .art_l, .h_article .art_r { width:31%; overflow: hidden; margin: 0 3% 0 0; padding: 0;border: 1px solid #e7eaf1;border-radius: 5px;box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);}
.h_article .art_l { float: left;}
.h_article .art_r { float: right; margin: 0;}
.art_list { width:94%; height: 212px; overflow: hidden; margin: 0 auto; padding: 0 0 0 0;  box-sizing: border-box;}
.art_list ul li { width:100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0; padding: 0 0 0 12px; background: url(../images/art_tb.jpg) 8px center no-repeat;box-sizing: border-box;}
.art_list ul li a { display: inline-block; width: 70%; color: #666; font-size: 14px; text-indent: 4px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.art_list ul li span { display:inline-block; width: 30%;color: #999; font-family: "Arial"; font-size: 14px; float: right;text-align:right;}
.art_list ul li a:hover { color:#4d779e; text-decoration: underline;}

.art_list ul.downlist{float:left;width:100%;}
.art_list ul.downlist li {width:50%;height: 34px; overflow: hidden; line-height: 34px; margin: 0;box-sizing: border-box;color: #fff;padding: 0 0 0 0;float: left;margin-bottom: 7px;background:none;}
.art_list ul.downlist li a {text-align:center; display: inline-block; width: 75%; color: #fff; background: #cecece;font-size: 14px; text-indent: 0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-radius:0 0 2px 2px;padding:0 5% 0 5%;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.art_list ul.downlist li a:hover { color:#fff;text-decoration:none;background: #7a9bba;}

.link{width:100%;padding-bottom:30px;background:#fff;}
.link  .link_con{width:100%;margin:0 auto;background:#fff;padding:15px 10px;}
.link  .link_con span{display:block;background:url(../images/pecv.png) left center no-repeat;padding-left:25px;font-size:15px;font-weight:bold;height:26px;line-height:26px;margin-bottom:5px;}
.link  .link_con p{font-size:14px;color:#555;line-height:24px;padding:0 15px 0 0;}
.link  .link_con p a{font-size:14px;color:#555;}

.foot1{background-color: #525252;width: 100%;}
.foot1 .fb_b{padding:10px 0 30px;text-align:center;color:#ffffff;font-size:14px;}
.foot1 .fb_b a{color:#ffffff;}

.foot2{background-color:#525252;width: 100%;padding:40px 0 30px;color:#ffffff;font-size:14px;}
.foot2 ul li{float:left;width:29%;margin-right:3%;background:#555555;padding:10px 1%;}
.foot2 ul li:nth-child(3n) {margin-right: 0px;}
.foot2 ul li .icon{width:50px;height:50px;float:left;}
.foot2 ul li.f1 .icon{background:url(../images/f_icon1.png) top center no-repeat;}
.foot2 ul li.f2 .icon{background:url(../images/f_icon2.png) top center no-repeat;}
.foot2 ul li.f3 .icon{background:url(../images/f_icon3.png) top center no-repeat;}
.foot2 ul li .wz{float:left;width:80%;}
.foot2 ul li .wz p{font-size:15px;font-weight:bold;color:#fff;}
.foot2 ul li .wz span{display:block;font-size:14px;color:#fff;padding-top:10px;height:35px;overflow:hidden;}
.foot2 ul li:hover{background:#4d779e;}


/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;bottom:60px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:65px;height:50px;padding:10px 0 5px;background-color:#7a9bba;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#4d779e;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:14px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:240px;background:#fff;position:absolute;right:75px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;*/right:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:68px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:14px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}

/*-------------------内页开始-------------------*/

.ny_tjcp{width:100%;padding:40px 0;}
.ny_tjcp .product{padding:0;}
.ny_tjcp .product .bd{width:100%;margin:0 auto 30px;}
.ny_tjcp .product .bd li{background:none;}
.ny_tjcp .product .bd li .name span{color:#fff;display:block;background:url(../images/product-line.png) no-repeat;background-position:center bottom;font-size:16px;font-weight:normal;text-align:center;padding:0 10px 12px;height:25px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.ny_banner{width:100%;position:relative;margin-top:182px;overflow: hidden;}
.ny_banner .slideshow {height: 310px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}

.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#4d779e;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_wz{width:100%;font-size:14px;line-height:30px;color:#555;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;margin-top:20px;}

/*内页产品分类*/
.syFocusThumb .prev{ display:inline-block;vertical-align:middle;width:10%;height:40px;background-repeat:no-repeat;background-color:#fff; background-image:url(../images/pre.png);background-position:center center;background-size:initial;border-right: 1px solid #f1f1f1;}
.syFocusThumb .next{ display:inline-block;vertical-align:middle;width:10%;height:40px;background-repeat:no-repeat;background-color:#fff;background-image:url(../images/next.png);background-position:center center;background-size:initial;border-left: 1px solid #f1f1f1;}
.syFocusThumb{POSITION: relative; WIDTH:100%; margin:20px auto;padding-top:60px;}
.pagination {POSITION: absolute; TEXT-ALIGN: left;CLEAR: both; TOP: 0; LEFT: 0px;width:100%;height:40px;margin-bottom:20px;box-shadow: 0px 0px 20px 0px #eaeaea;overflow: hidden;}
.thumbWrap {POSITION: absolute; WIDTH:80%; OVERFLOW: hidden; TOP: 0; LEFT:10%;}
.holder {WIDTH: 4000px}
.holder I {CURSOR: pointer;font-style:normal;display:inline-block;height:40px;line-height:40px;white-space:nowrap;font-size:14px;text-align:center;cursor:pointer;position:relative;padding:0 5px; vertical-align:top;border-radius:0 4px 0 4px;overflow:hidden;margin:0 2px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.holder I:first-child{width:50px;}
.prev {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; LEFT: 0}
.next {POSITION: absolute; WIDTH:10%; TOP:0; CURSOR: pointer; RIGHT: 0;}
.pagination I.selected{ background-color:#ffb440;color:#fff; }
.pagination I.selected a{ color:#ffffff;}
.sliderwrapper{ width:100%;padding-left:5px; text-align:left;}
.toc{ }
.toc a{color:#4d779e;}
.contentdiv {font-size:0;margin:0 10px;}
.contentdiv:first-child{display:none !important;}
.contentdiv  a {text-align:center;border-radius:2px; display:inline-block;vertical-align:top; padding: 8px 2%;color: #76838f;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;height:22px;line-height:22px;font-size:14px;width:8%;transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;background:#f1f1f1;margin:10px 5px 0 0;}
.contentdiv a:hover {background: #afafaf;color:#fff;}


.hidebtn{float:right; display:block;width:80px;height:20px;line-height:20px;box-shadow: 0px 0px 20px 0px #eaeaea;background:#dedede;margin:0 auto 20px;font-size:14px;color:#555;text-align:center;cursor:pointer;}


.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1230px;margin:0 auto;padding-top:20px;padding-bottom:20px;}

.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav div{width:100%;text-align:left;color:#777;overflow:hidden;font-size:14px;}
.ny_content .content_right .bread_nav div>em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav div a{color:#555;}
.ny_content .content_right .bread_nav div a:hover{color:#0256ac}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}

/*内页产品展示*/
.ny_products{width:100%;}
.ny_products .pro_bd{}
.ny_products .pro_bd ul li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;height:360px;}
.ny_products .pro_bd ul li:nth-child(3n) {margin-right: 0px;}
.ny_products .pro_bd ul li>div{display:block;background:#fff;padding-bottom:10px;position:relative;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_products .pro_bd ul li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.ny_products .pro_bd ul li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.ny_products .pro_bd ul li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_products .pro_bd ul li a p{width:100%;height:50px;line-height:50px;font-size:15px;text-align:center;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_products .pro_bd ul li a p:after{content:'';display:block;width:30px;height:2px;margin:-5px auto 0;background:#4d779e;}
.ny_products .pro_bd ul li:hover>div{margin-top: -5px;box-shadow: 0px 5px 10px 5px #e1dddd;}





/*内页相关文章*/
.ny_tlt2{width:100%;margin-bottom:30px;position:relative;overflow:hidden;}
.ny_tlt2 p{float:left;font-size:18px;color:#4d779e;text-align:left;padding-right:20px;padding-left:10px;font-weight:bold;}
.ny_tlt2:before{content:'';width:2px;height:17px;background:#4d779e;position:absolute;left:0;top:50%;margin-top:-7px;}
.ny_xgwz{background:#ffffff;padding:20px 0;}
.ny_xgwz ul li{float:left;width:49%;margin-bottom:10px;position:relative;background:#f1f1f1;}
.ny_xgwz ul li a{display:block;float:left;width:68%;padding:5px 0 5px 5%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight:bold;color:#666;}
.ny_xgwz ul li span{display:block;float:right;width:20%;color:#999;text-align:right;padding:5px 5% 0 0;}
.ny_xgwz ul li:nth-child(odd){float:left;}
.ny_xgwz ul li:nth-child(even){float:right;}
.ny_xgwz ul li:before{content:'';width:10px;height:1px;background:#4d779e;position:absolute;left:10px;top:50%;}
.ny_xgwz ul li:hover{background:#7a9bba;color:#fff}
.ny_xgwz ul li:hover:before{background:#ffffff;}
.ny_xgwz ul li:hover a,.ny_xgwz ul li:hover span{color:#ffffff;}

/*内页新闻列表*/
.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{margin-bottom:20px;position:relative;}
.new_inside ul li .news_wrap{display:block;background:#ffffff;padding:24px;position:relative;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.10);border-bottom: 1px dotted #dedede;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#f1f1f1;overflow:hidden;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#7a9bba;height: 48px;line-height: 48px;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;display:block;background:#7a9bba;}
.new_inside ul li .news_con{padding-left:120px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#4d779e;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li .news_wrap:hover{transform: rotateX(360deg);background: #597c9c;}
.new_inside ul li .news_wrap:hover p a,.new_inside ul li .news_wrap:hover span{color:#fff;}
.new_inside ul li .news_wrap:hover .news_time p{color:#7a9bba;}


.article_inside{width:100%;}
.article_inside ul{width:100%;padding:0;}
.article_inside ul li{margin-bottom:20px;}
.article_inside ul li .news_wrap{display:block;overflow:hidden;background:#ffffff;padding:24px;position:relative;box-shadow: 0px 0px 20px 0px #eaeaea;}
.article_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.article_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#4d779e;padding-bottom:5px;position:relative;}
.article_inside ul li .news_time p:after{content:'';display:inline-block;width:20px;height:1px;background:#4d779e;position:absolute;bottom:0;left:50%;margin-left:-10px;}
.article_inside ul li .news_time span{font-size:16px;color:#4d779e;}
.article_inside ul li .news_con{padding-left:110px;}
.article_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#4d779e;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.article_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.article_inside ul li .news_wrap:hover{background:#7a9bba;}
.article_inside ul li .news_wrap:hover p{color:#fff}
.article_inside ul li .news_wrap:hover p a{color:#fff}
.article_inside ul li .news_wrap:hover span{color:#fff}
.article_inside ul li .news_wrap:hover p:after{background:#ffffff;}


.down_inside{width:100%;}
.down_inside ul{width:100%;padding:0;}
.down_inside ul li{float:left;margin-bottom:30px;overflow:hidden;background:#ffffff;padding:15px;box-shadow: 0px 0px 20px 0px #eaeaea;width:28%;margin-right:3%;}
.down_inside ul li:nth-child(3n) {margin-right: 0px;}
.down_inside ul li .news_con{}
.down_inside ul li .news_con p{font-size:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; border-bottom: 1px solid #dedede;margin-bottom:15px;}
.down_inside ul li .news_con p a{display:block;width:65%;float:left;height:40px;line-height:40px;color:#333;font-weight:bold;}
.down_inside ul li .news_con p span{display:block;width:30%;float:right;height:40px;line-height:40px;text-align:right;color:#999;}
.down_inside ul li .news_con a.xz{display:block;width:120px;height:40px;background:#7a9bba;color:#fff;line-height:40px;text-align:center;border-radius:2px;margin:0 auto;}
.down_inside ul li:hover{background:#7a9bba;}
.down_inside ul li:hover .news_con p a{color:#fff}
.down_inside ul li:hover p span{color:#fff}
.down_inside ul li:hover a.xz{background:#fff;color:#7a9bba;}

.down_btn a{display:block;width:160px;height:40px;font-size:16px;color:#fff;background:#7a9bba;line-height:40px;text-align:center;margin:40px auto 0;border-radius:2px; }
.down_btn a:hover{background:#4d779e;}



.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:14px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.content_left .show_menu{width:100%;}

.page_list{margin-bottom:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:bold;line-height:28px;color:#7a9bba;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;padding-bottom:20px;background:#ffffff;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;background:#ffffff;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:400px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:normal;color:#b5b5b5;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#7a9bba;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2 em{display:block;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #7a9bba;color:#7a9bba;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp li{float:left;width: 30%;margin-right:4.5%;margin-bottom:30px;height:360px;}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 0px;}
.content_right .conn .xgcp li>div{display:block;background:#fff;padding-bottom:10px;position:relative;background: #fff;box-shadow: 0px 0px 6px 0px rgba(127,127,127,0.30);-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.content_right .conn .xgcp li a .pro_img{text-align:center;width:100%;height:300px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
.content_right .conn .xgcp li a .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.content_right .conn .xgcp li a .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.content_right .conn .xgcp li a p{width:100%;height:50px;line-height:50px;font-size:15px;text-align:center;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.content_right .conn .xgcp li a p:after{content:'';display:block;width:30px;height:2px;margin:-5px auto 0;background:#4d779e;}
.content_right .conn .xgcp li:hover>div{margin-top: -5px;box-shadow: 0px 5px 10px 5px #e1dddd;}


.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width: 100%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}

.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.page_list{text-align:center;padding-top:20px;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#7a9bba;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#7a9bba;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}

.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:14px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#7a9bba;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}


/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:40px;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main { width:100%; height:auto; margin: 40px auto 20px; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:53%; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #7a9bba; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 14px; text-align: justify; white-space:nowrap;	text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:100%; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:6px;}
.pro_detail_btn a { display:block; width: 48%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #7a9bba;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #4c7398;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #3a3a3a;}

/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:100%; float:left; overflow:hidden; margin:0; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:64px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #ddd; position:relative; box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #7a9bba;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

@media (max-width:1024px) {
	.swiper-slide{ height:400px;}
	
}

